window: maximize on double click only if allowed
authorOlivier Fourdan <ofourdan@redhat.com>
Wed, 4 Nov 2015 10:24:36 +0000 (11:24 +0100)
committerMatthias Clasen <mclasen@redhat.com>
Thu, 19 Nov 2015 20:04:03 +0000 (15:04 -0500)
commit1080ffdf19fe49c803da0baa4047cce3c29815b6
tree24ecabd62475cb40d31f6175cc62bafe23e8af9a
parent6a69c01e429a303b21f5a438466f257c2b4bc68a
window: maximize on double click only if allowed

GtkHeaderBar will not show the maximize button if the window in not of
type normal or not resizeable.

Use the same restriction for double-click actions as well.

Bugzilla: https://bugzilla.gnome.org/show_bug.cgi?id=757530
gtk/gtkwindow.c